home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / amos / AMOS_0795.lzh / AMOSLIST / 000029_amos-request@svcs1.digex.net_Fri Jul 7 00:34:21 1995.msg < prev    next >
Internet Message Format  |  1995-08-04  |  2KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224]) by mail1.access.digex.net (8.6.12/8.6.12) with ESMTP id AAA12140;  for  ; Fri, 7 Jul 1995 00:34:13 -0400
  2. Received: (from daemon@localhost) by svcs1.digex.net (8.6.12/8.6.12) id XAA16177 for amos-out; Thu, 6 Jul 1995 23:26:10 -0400
  3. Received: from mail1.access.digex.net (mail1.access.digex.net [205.197.247.2]) by svcs1.digex.net (8.6.12/8.6.12) with ESMTP id XAA16174 for <amos-list@svcs1.digex.net>; Thu, 6 Jul 1995 23:26:09 -0400
  4. Received: from ds1.acs.ucalgary.ca (root@ds1.acs.ucalgary.ca [136.159.34.101]) by mail1.access.digex.net (8.6.12/8.6.12) with SMTP id XAA05640;  for <amos-list@access.digex.net> ; Thu, 6 Jul 1995 23:26:08 -0400
  5. Received: by acs3.acs.ucalgary.ca (AIX 3.2/UCB 5.64/4.03)
  6.           id AA95972; Thu, 6 Jul 1995 21:27:52 -0600
  7. Message-Id: <9507070327.AA95972@acs3.acs.ucalgary.ca>
  8. Subject: Icon Masks
  9. To: amos-list@access.digex.net
  10. Date: Thu, 6 Jul 95 21:27:51 MDT
  11. From: "Robert Andrew Currie" <racurrie@acs.ucalgary.ca>
  12. X-Mailer: ELM [version 2.3 PL11B]
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=US-ASCII
  15. Content-Transfer-Encoding: 7bit
  16. Content-Length: 1133      
  17. Status: RO
  18. X-Status: 
  19.  
  20.     In my endeavour to make my program consume as little
  21. memory as possible, I have generated a small problem. Firstly I
  22. am compressing on disk all the graphics for the 3d maps in my
  23. game so when I need a certain graphic it is loaded into a bank,
  24. uncompressed and then I copy certain portions of graphic data
  25. into their respective icons. The error occurs when I attempt to
  26. Make Icon Mask on the icons that I have just copied the data to.
  27. It tells me that it is out of memory when I know for a fact that
  28. there is a goodly sized chunk of memory available (~700K). The
  29. icons are already reserved from the beginning of the program and
  30. I am simply copying the graphic data from the bank that it was
  31. uncompressed into, over to the start of the icons data area given
  32. by Icon Base + 10(skipping over the size/depth info). The bank I
  33. am loading the data into is easily large enough to hold the
  34. uncompressed data so there is no overwriting of memory. This
  35. error only cropped up recently when I decided to compress the
  36. image data. Does anyone have any idea what may be causing my Out
  37. of Memory Error?
  38.  
  39.             Robert Currie
  40.             racurrie@acs.ucalgary.ca